.product__media-wrapper{padding:unset}.product__media-gallery{position:relative;display:grid !important;height:fit-content;top:0px;grid-template-areas:"Current" "Thumbnails";gap:1.5rem;grid-template-columns:1fr}@media screen and (min-width: 750px){.product__media-gallery{grid-template-areas:"Thumbnails Current";grid-template-columns:var(--thumbnail-width) auto;gap:2.5rem}}.product__media-gallery .thumbnail-slider--media{position:relative;max-width:calc((var(--page-width) * 0.6 - 2.5rem - 10rem) - (var(--thumbnail-width) - 2.5rem));width:100%}.product__media-gallery .slider-wrapper .slider-product{display:flex;align-items:center;top:0px;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-left:0;border-radius:var(--media-border-radius)}.product__media-gallery .slider-wrapper .slider-product .product__media-item{width:100%;background:#f7f7f7;border-radius:var(--media-border-radius)}.product__media-gallery .slider-wrapper .slider-product .product-badge-card--wrapper .product-badge--card{position:absolute;top:30px;right:0px;width:35%;border-radius:8px 0px 0px 8px;height:40px;display:flex;justify-content:center;align-items:center}.product__media-gallery .slider-wrapper .slider-product .product-badge-card--wrapper .product-badge--text{font-size:16px;font-weight:350;letter-spacing:.1rem;padding:.6rem 1.3rem;background:red;color:#fff}.product__media-gallery .thumbnail-slider{display:grid !important;position:relative;overflow:hidden;height:100%;width:100%;grid-area:Thumbnails;align-items:flex-start}.product__media-gallery .thumbnail-slider .thumbnail-list{display:flex;scroll-padding-left:.5rem}@media screen and (min-width: 750px){.product__media-gallery .thumbnail-slider .thumbnail-list{flex-direction:column;height:var(--thumbnail-container-height)}}.product__media-gallery .slider-buttons--thumbnail{display:flex;justify-content:space-between;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:999}.product__media-gallery .slider-buttons--thumbnail .slider-button--thumbnail .icon-caret{height:25px;width:25px}.thumbnail-list__item.slider__slide{width:calc(25% - 0.9rem);background:#f7f7f7}@media screen and (min-width: 750px){.thumbnail-list__item.slider__slide{width:100%}}.thumbnail[aria-current]{border:1px solid rgb(var(--color-base-accent-1));border-radius:var(--media-border-radius);box-shadow:none;opacity:1}